home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 2001 April / CD Rom Data Nisan 2001.iso / Internet / data1.cab / Wizards / HTML / Table_Row.wml < prev    next >
Encoding:
Text File  |  2000-11-30  |  374 b   |  19 lines

  1. <WIZSET RowTagName = DefaultCase('TR')>
  2.  
  3. <WIZIF CurrentRow neq 1>>
  4. </WIZIF>
  5. <WIZIF 1><$${RowTagName}</WIZIF>
  6.     <WIZSET CurrentCol = 0>
  7.     <WIZSET IsFirstCell = "Yes">
  8. <WIZLOOP index="item" list="$${Row}">
  9.     <WIZSET CurrentCol = CurrentCol + 1>
  10.     <WIZSET Cell = Item>
  11.     <WIZINCLUDE template="Table_Cell.wml">
  12. </WIZLOOP>
  13.  
  14. <WIZIF 1>>
  15. </$${RowTagName}
  16. </WIZIF>
  17.  
  18.  
  19.